python replace space with underscore

47

python replace space with underscore -

mystring.replace(" ", "_")

space to underscore python -

mystring.replace(" ", "_")

Comments

Submit
0 Comments